Skip to content

website(early-access): fix Slack channel link to #pro-waitlist#392

Merged
alichherawalla merged 1 commit into
mainfrom
website/fix-slack-channel-link
Jun 14, 2026
Merged

website(early-access): fix Slack channel link to #pro-waitlist#392
alichherawalla merged 1 commit into
mainfrom
website/fix-slack-channel-link

Conversation

@alichherawalla

Copy link
Copy Markdown
Collaborator

Correct channel id (C0B4KMHNP61, public link) and channel name in the post-signup success state.

Correct channel id (C0B4KMHNP61, public link) and channel name.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>

@greptile-apps greptile-apps Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Your free trial has ended. If you'd like to continue receiving code reviews, you can add a payment method here.

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request updates the success message on the early access page to direct users to the new #pro-waitlist Slack channel instead of the old #alpha-access channel. The reviewer noted that removing the Slack workspace invite link prevents new users from joining the workspace, and provided a code suggestion to retain the invite link while updating the channel reference.

Important

The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.

Comment thread website/early-access.md
}
emailInput.value = '';
status.innerHTML = "You're on the list. <strong>Access happens in Slack.</strong> <a href=\"https://join.slack.com/t/off-grid-mobile/shared_invite/zt-3w2utgk0w-EDiDZBq6KmSZZwEw5Tkhnw\" target=\"_blank\" rel=\"noopener\">Join the workspace</a>, then head to <a href=\"https://off-grid-mobile.slack.com/archives/C0B0GBSCT88\" target=\"_blank\" rel=\"noopener\">#alpha-access</a> - that's where builds drop.";
status.innerHTML = "You're on the list. <strong>Access happens in <a href=\"https://off-grid-mobile.slack.com/archives/C0B4KMHNP61\" target=\"_blank\" rel=\"noopener\">#pro-waitlist on Slack</a></strong> - join the channel to get the alpha builds when they drop.";

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

By removing the Slack workspace invite link (join.slack.com/...), new users who are not already members of the off-grid-mobile Slack workspace will not be able to join the workspace to access the #pro-waitlist channel. Consider keeping the workspace invite link so new users can join the workspace first before navigating to the channel.

Suggested change
status.innerHTML = "You're on the list. <strong>Access happens in <a href=\"https://off-grid-mobile.slack.com/archives/C0B4KMHNP61\" target=\"_blank\" rel=\"noopener\">#pro-waitlist on Slack</a></strong> - join the channel to get the alpha builds when they drop.";
status.innerHTML = "You're on the list. <strong>Access happens in Slack.</strong> <a href=\"https://join.slack.com/t/off-grid-mobile/shared_invite/zt-3w2utgk0w-EDiDZBq6KmSZZwEw5Tkhnw\" target=\"_blank\" rel=\"noopener\">Join the workspace</a>, then head to <a href=\"https://off-grid-mobile.slack.com/archives/C0B4KMHNP61\" target=\"_blank\" rel=\"noopener\">#pro-waitlist</a> - join the channel to get the alpha builds when they drop.";

@alichherawalla alichherawalla merged commit e9eccf7 into main Jun 14, 2026
4 checks passed
@alichherawalla alichherawalla deleted the website/fix-slack-channel-link branch June 14, 2026 09:07
@sonarqubecloud

Copy link
Copy Markdown

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant